displayBean

Class: com.microstrategy.web.app.taglibs.DisplayBeanTag

Description:

Custom Tag class to be used for displaying a bean with the requested transform style. If no style name is specified, then it will assume there's no other transform style to use but the default assigned during the bean's creation process.

Usage:

For example:
 <web:displayBean beanName="fb" styleName="FolderStylePath" runat="server" />
 



Name Required? Description
bean false Indicates the name of the bean that will be rendered in the final HTML content to be shown to the user.
beanName false Indicates the name of the bean that will be rendered in the final HTML content to be shown to the user.
getTarget false Attribute to be used when a SubscriptionFolderBean is to be displayed. Indicates with this boolean attribute if the bean defined as target in the subscriptions bean should be the one to be transformed.
ignoreCurrent false Attribute to be used when a PreferencesBean is to be displayed. Indicates with this boolean attribute if all the preference groups should be displayed as links (True), or if the selected group will be rendered with special formatting and not as a link (False).
renderGroupList false Attribute to be used when a PreferencesBean is to be displayed. Indicates with this boolean value if the group list of preferences should be displayed or not.
runat true Indicates that the ASP.Net control should be processed on the server
status false Indicates which is the status of the bean that will make it to be displayed.
Usage:
The value specified for this attribute will have to be a valid int value from the EnumRequestStatus enumeration.
styleName false Indicates the transform style to apply to the bean for getting it rendered.
Usage:
The style name specified here has to be properly defined on the Style Catalog for it to be used. If this attribute is not included, then it will use the default style defined for the bean when it was created.